projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95574f9
)
gdk: #if => #ifdef
author
Benjamin Otte
<otte@redhat.com>
Wed, 3 Nov 2021 21:51:39 +0000
(22:51 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 3 Nov 2021 21:53:59 +0000
(22:53 +0100)
Makes compilers happy
gdk/gdkglcontext.c
patch
|
blob
|
history
diff --git
a/gdk/gdkglcontext.c
b/gdk/gdkglcontext.c
index a768a8c0424e237b3841a4991b94c775cf3a0c8f..23c5eba8bf6643705bc6d5a6880680c7e9cfb883 100644
(file)
--- a/
gdk/gdkglcontext.c
+++ b/
gdk/gdkglcontext.c
@@
-255,7
+255,7
@@
static GdkGLAPI
gdk_gl_context_real_realize (GdkGLContext *context,
GError **error)
{
-#if HAVE_EGL
+#if
def
HAVE_EGL
GdkGLContextPrivate *priv = gdk_gl_context_get_instance_private (context);
GdkDisplay *display = gdk_gl_context_get_display (context);
EGLDisplay egl_display = gdk_display_get_egl_display (display);